home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : MATHLIB-TELESOFT and MATHLIB-DEC
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS : WWHITAKER at ECLB
- -- AUTHOR : William Whitaker
- -- : NOSC
- -- : Released by Richard Conn (RCONN at SIMTEL20)
- -- : with permission
- -- COPYRIGHT :
- -- DATE CREATED : 28 June 85
- -- DATE RELEASED : 28 June 85
- -- DATE LAST UPDATED : 28 June 85
- -- LOCATION : C2MUG
- -- LOCATION : ASR
- -- ENVIRONMENT : Telesoft Ada (DEC VAX)
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : MATH
- -- CATEGORY LEVEL 2 : Library
- -- CATEGORY LEVEL 3 : Trig/Exponential 1
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : Math
- -- KEYWORD : Math Functions
- -- INDEX : Math
- -- INDEX : Math Functions
- -- INDEX : Functions, Math
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.MATH>MLIB.*
- -- FILE SPECS : PD:<ADA.MATH>MLIBD*.*
- -- FILE SPECS : PD:<ADA.MATH>MLIBT*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.MATH>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- MLIB.CMM 572 18
- -- MLIB.PRO 3167 72
- -- MLIBDEC.ADA 53520 1756
- -- MLIBTS.ADA 50567 1775
- -- =============== ========== ==========
- -- 4 Files 107826 3621
- --= ABSTRACT ===============================================--
- -- MATHLIB-TELESOFT and MATHLIB-DEC are two versions of the same
- -- mathlib. This library contains five Ada packages which provide the
- -- following math functions:
- --
- -- SQRT (Square Root) CBRT (Cube Root)
- -- LOG (Base E) LOG10 (Base 10)
- -- EXP **
- --
- -- SIN COS TAN
- -- ASIN ACOS ATAN ATAN2
- -- SINH COSH TANH
- --
- -- Other functions are provided as well.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 19850628 1.0 William Whitaker Initial Release to Repos
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-